The Laravel Horizon container is a pre-built queue runner with the sole purpose of executing your applications' background jobs. Differing from the PHP Worker, it's queue configuration is all handled through the Laravel Horizon Composer package. While it might require the Redis container and have more settings to adjust, its sophistication allows for showing a beautiful interface that allows you to keep track of how your queue workers are performing.