I wonder if someone can explain the purpose of fastLED.delay(n)?

I wonder if someone can explain the purpose of fastLED.delay(n)? What does it offer above a simple delay(n) ?

This sentence is important:

The more often your code calls FastLED.show(), or FastLED.delay(), the higher-quality the dithering will be.

as I don’t use delays at all, but keep a very high loop speed.

Thanks guys!
Geo