Minor cleanup in proto file structure:
- Replaced // ... with /* ... */ for group headers to emphasize them over other comments
- Moved some RPCs between groups
- This also reordered generated code
I'm open to other comment suggestions as well. I prioritized these because of RPC order affecting codegen
Depends on D11379