The call to Serial.println() will write that just into a buffer which will be clear using an interrupt. As the UART is kept active in your call the interrupt that is triggered to move the next character from the buffer into the output register will wake the processor immediately after it went sleeping.