A nice feature to have would be the ability to set ownership requirement on RPCs.
For example in Unity you can do [ServerRpc(RequireOwnership = false)]
That way we could keep the logic in a single place and dont need extra components or need to mod e.g PlayerController and put everything in there.