Nibb31 Because crontab is not remotely as flexible as systemd timers and units. You cannot easily run crontab entries as individual users, with specific permissions, set a sandbox environment, force required programs to run beforehand (as prerequisites), allocate specific resources, etc.
systemd is the 21st century solution to this. Supporting crontab would be like reverting to using Upstart or SysVInit.