The only use cases I can think of for a server side promise might be in a Restlet or suitelet, where I’d want to respond with 200 immediately, but once my heavy lifting is done, I might want to send an outgoing request to the “calling” service with the result.