How can I specify multiple startup tasks in Conemu?

I know this is an old one, but I was looking for an answer. There is a ConEmu FAQ that answers this question:

Q. Is it possible to set up ConEmu to open multiple tabs on startup (e.g., Far, CMD, PowerShell)?
ConEmu FAQ Q6-1

Basically the answer is to create a text file with commands and pass to ComEmu on startup:

conemu.exe /cmd @startfile.txt

The idea of /cmdlist was giving to user ability of starting several commands without creating exact named task. Say, this is an extra "unnamed" task, nothing more. Actually, it was created for simplifying debugging process without need of task creation ;)

The task, by-turn, is a "script" where user can show what command (Tab or Pane) must become active after startup. If you run several tasks at once - what command of what task must become active? Incomprehensible... Also, there may be a risk of infinite recursive task calling.