OP, you seem to be expecting more from your backup software than it's got.
The incremental backup is designed to be a series of events. The first backup is a full, and then every additional backup beyond that is an incremental. Each incremental is a separate entity from the full, as the software cannot determine for you which version of the changed files you want to restore. It cannot merge the changes into the first backup image, because then you lose the ability to restore the original file.
However, you seem to be more concerned with the restore aspect. The limitation of incremental backups is that they focus on the backup window and data movement, not the restore. When you need to restore an incremental, you have to restore the full backup, and then every incremental inbetween the last full and the incremental you restore. It's an iterative process to add all the changes back in and can take a whole lot of time depending on how many images you have to go through.
What you seem to be asking for with a single file to restore is something I've heard referred to as a synthetic backup. In this case, you take a full backup and then a month's worth of incrementals. At the end of the month, you run a task that goes through and combines the full with all of the incrementals, creating a single image to restore from. You lose all of the versioning from the last month, but your restore time is now reduced since you don't have to restore a month's worth of backups, and you don't have to run a new full backup and can just keep running more incrementals all the time. It's a neat idea, but there are some risks associated with destroying old images and creating a synthetic new image.
Not sure if Acronis does synthetics.