Is there any reason why: POST /admin/themes.json is limited to 20MB when through the /admin the limit is 50MB?

When uploading a 28MB zip is returning a status code of 422 and saying that the limit is 20MB: Src may not be used to fetch a file bigger than 20MB
Is there any reason why: POST /admin/themes.json is limited to 20MB when through the /admin the limit is 50MB?
When uploading a 28MB zip is returning a status code of
422and saying that the limit is 20MB:Src may not be used to fetch a file bigger than 20MB