QUnit: Async vs Regular tests

QUnit: Async vs Regular tests

My question is related to QUnit. I get what the difference between an Async test and a regular test is i.e. Async tests are run one after the other. I can't figure out when I would want to use Async tests and when I would need regular tests. I'd appreciate any help!
 
Thanks!