To be able to handle an event or function, but for some reason you want to 'post' the event or function and it be sequenced at the end of calling all of your events or functions. You may ask why not just call it at the end, in some cases this can be difficult based on the amount of methods and functions being called, so you just call post and it will add it to the end(more of a convenience in PB).