it's just a convention to say that background tasks are done by a "worker"
For example, there can be a lot of "workers" in a browser:
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface.
-- developer.mozzila.org, Using web workers