Hi
The USB-CDC class allows emulation of a COM port (RS232 - UART) but if there is no CDC to UART bridge in the path the Baud rate set by the class control has no meaning since there is nothing in the communication path throttling the speed. On the K21's FS USB interface I would expect a rate of a few MBit/s although also the source/sink at the PC host can limit this to a degree if it doesn't supply or consume data faster than the USB bulk endpoint can handle it.
If your setup does has a CDC to USB bridge you need to look at the UART baud rate that is set and verify that it is correctly following the CDC class control "SET LINE CODING" 0x20 correctly. With a UART in the path the throughput will be 'naturally' throttled by its much lower speed.
Regards
Mark
[uTasker project developer for Kinetis and i.MX RT, including USB for Kinetis FS/HS and i.MX RT HS parts]