Request: goimports enforce module group order

I believe the current idiom prioritizes any standard library imports, followed by any external modules, followed by any local packages.

The goimports utility from x/tools should reflect the idiom, ordering module groups accordingly.