What's the point of it then?
It seems that the original plan was to create the first game console with an operating system, something happened at some point and the ROM only contains a BIOS, just like a PC. Maybe it was cost issue or maybe devs demanded bare metal or maybe something else.
Game devs in general did have issues with multithreading and OS scheduling interfering with game logic until mid-late Vista era; games used to be all big single threaded main loops with some interrupts for peripherals that struggled to adapt to multi-core/multi-threaded CPUs. DC was between PS1 and PS2, so games were still quite deep in that phase.
DC not having the OS in the ROM is IMO a big shame considering that Dreamcast could have been basically the Xbox. Makes me wonder if Gates' push on "bringing back games to hands of Americans" was partially driven by that "incident", if it had been one, on top of having the market dominated by Nintendo and Sony.
It was supposed to make porting PC games easier - Windows CE had DirectX, I'm not sure if it was a subset.
[dead]
Windows CE for Dreamcast ran a custom port of DirectX 5 and subset of Win32 so developers could create a game that supported both desktop Windows and Dreamcast more conveniently.
For games that didn't need to be cross platform, it was still less of a hassle to develop on Windows CE because you got all of the services that having an OS provides you instead of having to write to the bare metal, which is what the Sega SDK required. Many developers chose the Sega SDK anyway because bare metal was what they were used to but IIRC that generation was the last console generation where bare metal was an option for developers.