All the Blitz programs make large EXEs.  They have a runtime library full of all the commands and unfortunately it always links in the entire library instead of just the functions you used.  C and Freebasic and most other languages just link in the bits they need. :\
I suspect if you'd posted the source yours would have been one of the smaller entries 

Jim