Reset to bootloader through sketch

Exactly. The jump you tried only "restarts" the software. It does not reset the processor. Interrupts will be enabled and able to fire. Any pins set to outputs will remain outputs. Any PWM running will continue to run. The hardware is left exactly as it was when the jump was executed.