buf curl currently supports -H, which is great, but a nice feature of curl itself is being able to do -u username:password without needing to manually curate your own -H 'Authorization: Basic xxxx' header.
It's definitely a convenience and possible to do this with -H, but the syntax of -u is nice.