learnt the difference between ctx.deleteMessage() and await ctx.deleteMessage()

When using await ctx.deleteMessage() you notice the lag that occurs as the message is being deleted.
But using it without await ctx.deleteMessage(), there's practically no lag.
I found out about that when working on my pagination