Invoking a server action from another

Here is a use case where this feature might be useful..

Also, another situation where this might be useful is when dealing with login/registration (esp in oauth2 based ones) - if email address is current user -> call login-server-action, if not -> call registration-server-action..