Why would you reload a service instead of stopping and then starting the service? Reloading avoids a service interruption.
Reloading saves the changes to the service’s configuration files.
Stopping and then starting the service will only apply some of the new configurations. Reloading uses fewer system resources.