Phpdocx uses Xpath and DOM to add new content on templates (lists and tables), so each new replacement needs more resources. We're working on improvements related to this feature.
A quick solution is to add a single placeholder (like $VAR_TABLE$), use phpdocx to create a table (addTable) and replace the placeholder within the WordML generated by phpdocx.
Regards.