Improves concurrency using stuff like Promise.all
. There is a very small chance in some places where a success response is sent to the user when the operation didn't actually succeed in the event that a database write fails or something. Again, quite unlikely and I'm willing to tank that.