The method queue is useful when a set of async tasks need to be executed immediately and their order must be preserved. However, the method is not documented on the website which makes it difficult to discover.
The way I discovered it was because it was utilized in an example concurrently from the event-loop issues.