Indeed. I don't get it why `ip` has -brief which is not a default behavior and why -verbose flag does not exist. Also there could be a -no-color instead of -color flag.
AFAICT these options are new(er) and making them the default would likely be a backwards-incompatible change. I can see how it would be an uphill battle to convince the maintainers to introduce what appears to be a breaking change.
That said, a new alias that does trigger these new behaviors as defaults would be a sane compromise.
Advanced options should be behind flags for power users, not the other way around.