It’s not the Blynk library that decides that’ it’s the board type you select in the Arduino IDE.
I guess you selected “Generic ESP8266” instead of “LOLIN(WEMOS) D1 RS & Mini”
Blynk doesn’t have any I/O ports, its the board that has the ports.
The D1 Mini has sufficient suitable GPIO pins for this, but your original choice of pins probably wasn’t as well informed as it could have been, you should read this…
Also, your decision to have 54 timers all being called simultaneously every 1000ms isn’t a great idea…
You should read the “Staggering Timers” section of this post for more info…