Problem
See #46647. Multiple extensions registering organize imports commands for various languages. I believe that organize imports is common enough that our api should help by providing basic support for it.
Proposal
Leverage the new Source CodeActionKind to define a built-in CodeActionKind.SourceOrganizeImports type. Use this kind to define a standard keybinding and command for organize imports
/cc @jrieken