Ok so I read in Microsoft documentation about WSL https://learn.microsoft.com/en-us/windows/wsl/about.
The first paragraph says
The Windows Subsystem for Linux lets developers run Linux environments -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a virtual machine.
My question is; In what conditions I, as a Developer would want to run Linux Environment in my windows? Probably when I develop something for the Linux Operating system and don't have the Linux operating system at my disposal? Or there is more to it?
I am new to the subsystem so any guidance would be appreciated.