Your sources probably only list two queues for simplicity, but the event loop has at least four main ones:
However, there are also other queues depending on the environment, like those for Network events, UI interactions, Garbage Collection, and Web Workers.
The exact number of queues isn’t set in stone, and it varies based on the JavaScript engine (like V8, SpiderMonkey, or JavaScriptCore).