I realise that you are making a joke, but here's what I used it for:
Debian VM as my main desktop
Debian VN as my main Docker host
Windows VM for a historical application
Debian VM for signal processing
Debian VM for a CNC
At times only the first two or three were running. I had dozens of purpose built VM directories for clients, different hardware emulation, version testing, video conferencing, immutable testing, data analysis, etc.
My hardware failed in June last year. I didn't lose any data, but the hardware has proven hard to replace. Mind you, it worked great for a decade, so, swings and roundabouts.
I'm currently investigating, evaluating and costing running all of this in AWS. Whilst it's technically feasible, I'm not yet convinced of actual suitability.
In my case, I'm not a fan of running unknown code on the host. Docker and LXC are ways of running a process in a virtual security sandbox. If the process escapes the sandbox, they're in your host.
If they escape inside a VM, that's another layer they have to penetrate to get to the host.
It's not perfect by any stretch of the imagination, but it's better than a hole in the head.