The background processing feature allows you to process the carriers in the background, using WP Cron feature. This means while doing an action with should trigger the notification, instead waiting for the process to finish (and ie. send 100k emails) the action is loaded in the cron, and executed in the next cron call.